home *** CD-ROM | disk | FTP | other *** search
- function floatTo(thePiece)
- {
- DraggerTargetLoc = small._x + thePiece * smallPieceWidth - smallPieceWidth / 2;
- DraggerTargetLoc *= 0.9851;
- LargeSliderTargetLoc = startLoc - thePiece * largePieceWidth + largePieceWidth;
- LargeSliderTargetLoc *= 0.785;
- }
- pieces = 9;
- startLoc = 100;
-